home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / browser / sanitizeDialog.css < prev    next >
Cascading Style Sheet File  |  2009-12-14  |  3KB  |  121 lines

  1. #sanitizeDurationChoice {
  2.   -moz-margin-end: 0;
  3. }
  4.  
  5. /* Align the duration label with the warning box and item list */
  6. #sanitizeDurationLabel {
  7.   -moz-margin-start: 3px;
  8. }
  9.  
  10.  
  11. /* Hide the duration dropdown suffix label if it's empty.  Otherwise it
  12.    takes up a little space, causing the end of the dropdown to not be aligned
  13.    with the warning box. */
  14. #sanitizeDurationSuffixLabel[value=""] {
  15.   display: none;
  16. }
  17.  
  18.  
  19. /* Places tree */
  20. #placesTreechildren::-moz-tree-row(selected),
  21. #placesTreechildren::-moz-tree-row(grippyRow) {
  22.   background: #999;
  23. }
  24.  
  25. #placesTreechildren::-moz-tree-cell-text(selected) {
  26.   color: #111;
  27. }
  28.  
  29.  
  30. /* Sanitize everything warning box */
  31. #sanitizeEverythingWarningBox {
  32. margin: 5px;
  33. border-top:4px solid;
  34. border-bottom:4px solid;
  35. border-right:4px solid;
  36. border-left:4px solid;
  37. -moz-border-left-colors:  #e2e1e0 #bfbebd #f6f5f4 #efeeee;
  38. -moz-border-right-colors: #e2e1e0 #bfbebd #f5f4f3 #f0f0ef;
  39. -moz-border-top-colors:  #e2e1e0 #dcdcdb #fefefe #f0f0ef;
  40. -moz-border-bottom-colors: #c3c2c2 #979595 #e4e3e3 #e6e6e5;
  41. background-image: url("chrome://browser/skin/icons/groupbox.png") repeat-x top left;
  42. background-color:#E7E6E5;
  43. -moz-border-radius-topleft: 5px;
  44. -moz-border-radius-topright: 5px;
  45. -moz-border-radius-bottomleft: 7px;
  46. -moz-border-radius-bottomright: 7px;
  47. padding: 7px !important;
  48. }
  49.  
  50. #sanitizeEverythingWarningIcon {
  51.   list-style-image: url("chrome://global/skin/icons/warning-large.png");
  52.   padding: 0;
  53.   margin: 0;
  54. }
  55.  
  56. #sanitizeEverythingWarningDescBox {
  57.   padding: 0 16px;
  58.   margin: 0;
  59. }
  60.  
  61.  
  62. /* Progressive disclosure button */
  63. #detailsExpanderWrapper {
  64.   padding: 0;
  65.   margin-top: 6px;
  66.   margin-bottom: 6px;
  67.   -moz-margin-start: 2px;
  68.   -moz-margin-end: 0;
  69. }
  70.  
  71. .expander-up,
  72. .expander-down {
  73.   min-width: 0;
  74.   margin: 0;
  75. }
  76.  
  77. .expander-up > hbox,
  78. .expander-down > hbox {
  79.   padding: 0;
  80. }
  81.  
  82. .expander-up {
  83.   -moz-appearance: none !important;
  84. /*background:none !important;*/
  85. /*padding:10px;
  86. padding-right:5px;*/
  87. padding-top:-8px !important;
  88. padding-bottom:-8px !important;
  89.    list-style-image: url("chrome://global/skin/icons/collapse.png"); 
  90. /*height:16px;
  91. width:16px;*/
  92. }
  93.  
  94. .expander-down {
  95.   -moz-appearance: none !important;
  96. /* background:none !important; */
  97. /*padding:10px;
  98. padding-right:5px;*/
  99. padding-top:-8px !important;
  100. padding-bottom:-8px !important;
  101.    list-style-image: url("chrome://global/skin/icons/expand.png"); 
  102. /*height:16px;
  103. width:16px;*/
  104. }
  105.  
  106.  
  107. /* Make the item list the same width as the warning box */
  108. #itemList {
  109.   -moz-margin-start: 0;
  110.   -moz-margin-end: 0;
  111. }
  112.  
  113.  
  114. /* Align the last dialog button with the end of the warning box */
  115. .prefWindow-dlgbuttons {
  116.   -moz-margin-end: 0;
  117. }
  118. .dialog-button[dlgtype="cancel"] {
  119.   -moz-margin-end: 0;
  120. }
  121.